Let evals boot canonical Agent Specs - #105
Merged
myobie merged 4 commits intoJul 30, 2026
Merged
Conversation
agent-session-id: dev3.dotfiles-cos-misc-agent-runtime-simplification agent-tool: Codex agent-tool-version: 0.145.0 agent-model: gpt-5.6-sol agent-runtime-profile: /home/schickling/.config/coding-agents/profile.json agent-skills-manifest: /nix/store/nk9iml2841l1yjjg0f6f0d3y60zkg1nn-agent-skills-corpus/share/agent-skills/manifest.json tooling-profile: dotfiles@4a0515f
agent-session-id: dev3.dotfiles-cos-misc-agent-runtime-simplification agent-tool: Codex agent-tool-version: 0.145.0 agent-model: gpt-5.6-sol agent-runtime-profile: /home/schickling/.config/coding-agents/profile.json agent-skills-manifest: /nix/store/nk9iml2841l1yjjg0f6f0d3y60zkg1nn-agent-skills-corpus/share/agent-skills/manifest.json tooling-profile: dotfiles@4a0515f
agent-session-id: dev3.dotfiles-cos-misc-agent-runtime-simplification agent-tool: Codex agent-tool-version: 0.145.0 agent-model: gpt-5.6-sol agent-runtime-profile: /home/schickling/.config/coding-agents/profile.json agent-skills-manifest: /nix/store/nk9iml2841l1yjjg0f6f0d3y60zkg1nn-agent-skills-corpus/share/agent-skills/manifest.json tooling-profile: dotfiles@4a0515f
myobie
marked this pull request as ready for review
July 30, 2026 20:02
myobie
approved these changes
Jul 30, 2026
myobie
left a comment
Contributor
There was a problem hiding this comment.
Independent CoS review at exact head 45210b2: GREEN. Explicit identity/host authority, inert remote projection, path-derived native routes, unified PTY/exec runtime handling, fail-closed admission, causal completion, and scoped teardown match the accepted contract. Owner local matrices and exact-head hosted Nix are green.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #104.
Why
The agent-new interview eval in compoundingtech/evals#56 needs to exercise the same account-neutral Agent Specs used by the real st2 catalog. The compact eval team grammar cannot represent that launch contract, and projecting it into wrappers creates a second authority.
What
canonical-agentseval directiveidentityandhostauthority independent of declaration placementEvidence
cargo test --lib 'eval_' -- --nocapture(39 passed)cargo test --test eval_run_e2e canonical_agents_ -- --nocapture(6 passed)cargo test --test eval_run_e2e -- --nocapture(15 passed)cargo test --workspace --all-targets -- --test-threads=1(full workspace passed)st2 message send, proves a valid remote declaration remains inert, and captures the custom task log45210b29c1f874c189af8cae822d723a94f832d1run, discovered one canonical account-neutral Agent Spec, materialized its persona/bus overlay, bootedaxe agent launch --harness claude ..., and routed the native kickoff9887b284:seat(s) ["new.interviewer"] exited at bootDeliberately not done
No Agent Spec fields were duplicated in the eval grammar. No canonical path convention, main-PTY convention, provider/account wrapper, ambient-root compatibility bridge, generated declaration, or fallback to compact agents was added. The live Axe probe is external composition evidence, not a new st2-owned provider or trust-prompt contract.